home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
amigaos4_only
/
ifxlite
/
imagefx3
/
rexx
/
autofx
/
custom.ifx
< prev
next >
Wrap
Text File
|
2004-08-03
|
258b
|
15 lines
/*
* Custom.ifx
* Executes a user-entered command, specified in the
* ImpCustomCommand clip variable, set by the pre script.
*
* by Steve Tibbett
*/
Options Results
SeqNum=Word(Arg(1),4);
Command=GetClip("ImpCustomCommand"SeqNum);
Interpret Command